projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54f56a7
)
(w32_read_socket): Fix last change to ButtonPress handling.
author
Jason Rumney
<jasonr@gnu.org>
Mon, 1 Mar 2004 22:45:47 +0000
(22:45 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Mon, 1 Mar 2004 22:45:47 +0000
(22:45 +0000)
src/w32term.c
patch
|
blob
|
history
diff --git
a/src/w32term.c
b/src/w32term.c
index b9077a1e0b6d4da18fdbaea15899daadff7be271..f69b0860babd5716d4ab8b39f6bc237c2de9e89c 100644
(file)
--- a/
src/w32term.c
+++ b/
src/w32term.c
@@
-4394,7
+4394,7
@@
w32_read_socket (sd, expected, hold_quit)
if (tool_bar_p
|| (dpyinfo->w32_focus_frame
- && f
=
= dpyinfo->w32_focus_frame))
+ && f
!
= dpyinfo->w32_focus_frame))
inev.kind = NO_EVENT;
}